home *** CD-ROM | disk | FTP | other *** search
/ Mega Guia 2004 June / Mega Guia: 2004-06.iso / _files / free / myalbum / ES / myalbumsetup.exe / {app} / MAX_DigiCam-ReadMe.txt < prev    next >
Text File  |  2003-06-02  |  7KB  |  199 lines

  1. MAX_DigiCam.dll    Extension for MyAlbum
  2. ======================================
  3. V2.3 - DigitalMatrix
  4.  
  5. This is a MAX (MyAlbum eXtension) file that adds features to the MyAlbum application.
  6. It extracts image information from EXIF/JPG files and can be useful to owners
  7. of digital still cameras.
  8.  
  9. Many digital cameras create image files that store information about the image 
  10. and the camera that took it. Information about shutter speed, aperture, focal length
  11. is typically included.
  12. With this MAX, MyAlbum will add these information to the album when reading the image.
  13.  
  14.  
  15. Installation
  16. ------------
  17.  
  18. Copy the MAX_DigiCam.dll file to the folder where the MyAlbum application is located.
  19. Start MyAlbum and choose the File|Application setup menu item.
  20. Select the MAX tab. Click the Add button and select the MAX_DigiCam.dll file.
  21. The Loaded extensions list should then display the line:
  22.     Digital still camera image information extractor
  23. The MAX is ready to use!
  24.  
  25.  
  26. Usage
  27. -----
  28.  
  29. For this MAX to work you should define Custom Fields in your album before adding
  30. images to it. You can use the 'JPEG/Exif' template to create them.
  31.  
  32. MAX_DigiCam.dll will extract the following information:
  33.  
  34.     Custom field     Type    Description
  35.     ---------------------------------------------------------
  36.     Date         Date    Date the picture was taken
  37.     Time         Time    Time the picture was taken
  38.     Shutter         String    Shutter speed
  39.     Aperture     String    Aperture of the lens
  40.     Flash         String    Flash was used or not
  41.     Zoom         String    Focal length used
  42.     ImageDescription String    Image Description
  43.     UserComment     String User Comment (ASCII only)
  44.     Title         String XP Title
  45.     Comment         String XP Comment
  46.     Author         String XP Author
  47.     Keywords     String XP Keywords
  48.     Subject         String XP Subject
  49.  
  50. You can customize the names of the Custom Fields used: for instance, you will want
  51. to use 'Date taken' instead of just plain 'Date'.
  52. To do so, open the MAX manager in MyAlbum, select the MAX and click the 'Setup'
  53. button. In the dialog box, you can edit the names of the custom fields that the
  54. MAX will put information in.
  55.  
  56. Remember that the name specified in the Setup box and the actual name of the
  57. Custom Field must match exactly.
  58.  
  59.  
  60. Extracting other fields (Exif)
  61. ------------------------------
  62. You can extract other fields from an Exif file (Model, ExposureBias,...).
  63. Note than a specific field may not be generated by a given camera, check
  64. first that your camera is generating the information you're requesting.
  65.  
  66. To do this:
  67.  
  68. 1- Create, in the MyAlbum folder, a text file named "MAX_DigiCam.ini"
  69.  
  70. 2- For each field you want to extract, write a section using the following
  71.    format:
  72.  
  73. [<Tag#>]
  74. Type=<Type>
  75. Field=<Field name>
  76.  
  77.    with Tag#: the tag number (Exif field identifier) in hexadecimal (0xHHHH notation).
  78.     Type: the type of the tag. Ascii, short, long and rational
  79.           values are supported:
  80.           .  2 = ASCII
  81.           .  3 = SHORT A 16-bit (2-byte) unsigned integer
  82.           .  4 = LONG A 32-bit (4-byte) unsigned integer
  83.           .  5 = RATIONAL
  84.           .  9 = SIGNED LONG
  85.           . 10 = SIGNED RATIONAL
  86.  
  87. 3- For field with discrete values, it is possible to define plain text
  88.    values that will be used instead of the numerical values.
  89.    For instance:
  90.     1=Manual control
  91.     2=Program normal
  92.     3=Aperture priority
  93.     4=Shutter priority
  94.  
  95. 4- Save the file and restart MyAlbum
  96.  
  97. 5- Open your album and add the new fields to the currently defined Custom
  98.    Fields. Use **exactly** the same name as in the .ini file (Field= lines)
  99.    and use the "Text" type.
  100.  
  101. 6- To make the values of the new fields appear for pictures already in the
  102.    album, right-click the thumbnail and choose the "Update thumbnail"
  103.    command.
  104.  
  105. Examples:
  106. * For extracting the "ExposureBiasValue" field (that is the exposure
  107.   compensation), add the following section to the INI file:
  108.  
  109. [0x9204]
  110. Type=10
  111. Field=ExposureBiasValue
  112.  
  113. * For extracting the 35mm focal length equivalent:
  114. [0xA405]
  115. Type=3
  116. Field=Focal length
  117.  
  118. * For extracting the "Metering Mode" and give each value a more meaningful text:
  119. [0x9207]
  120. Type=3
  121. Field=Metering Mode
  122. 0=Unknown
  123. 1=Average
  124. 2=Center weighted average
  125. 3=Spot
  126. 4=Multi-spot
  127. 5=Patern
  128. 6=Partial
  129. 255=Other
  130.  
  131. Notes:
  132. - Get a copy of the Exif specifications that lists all the available fields.
  133. - Use a software like ExifRead (from TawbaWare.com) or Exifer 
  134.   (http://www.exifer.friedemann.info) to see which fields are available in
  135.   your pictures.
  136. - Comments can be added to the MAX_DigiCam.ini file: start the line with a ;
  137.   character.
  138. - You can access the MAX_DigiCam.ini file from the "DigiCam MAX Setup" screen:
  139.   click the "OK" button while holding the "Ctrl" and the "Shift" keys down.
  140.  
  141.  
  142.  
  143. Supported cameras
  144. -----------------
  145.  
  146. MAX_DigiCam.dll should work with pictures taken by any camera that produces JPEG/Exif
  147. files. Nikon, Minolta, Olympus, Fuji, Ricoh, Kodak and Toshiba cameras use this
  148. format. It also works with older cameras that produce App-12 files (some Agfa, 
  149. Epson, Olympus and Sanyo cameras).
  150.  
  151.  
  152. Version history
  153. ---------------
  154. Version 2.3 (Mar-03) :
  155.     - Windows XP meta-data extraction added: Title, Comment, Author, Keywords,
  156.       Subject (fields set when using Microsoft Windows XP "Properties" dialog box).
  157.     - Extraction of Exif fields has changed: settings are stored in an INI file
  158.       instead of in registry entries.
  159.  
  160. Version 2.2 (Jan-02) :
  161.     - Corrected version for MyAlbum 2.2
  162.  
  163. Version 2.1 (Apr-02) :
  164.     - Possibility to exact other Exif fields.
  165.     - Correction for APP12 pictures (Agfa).
  166.  
  167. Version 2.0 (Nov-01) :
  168.     - Final version for MyAlbum 2.0
  169.  
  170. Version 1.6 [beta release] (Sept-01) :
  171.     - Correction for processing pictures that have not the ExifOffset tag in the last
  172.       position.
  173.     - "ImageDescription" and "UserComment" tags are extracted in custom fields of the
  174.       same name.
  175.  
  176. Version 1.43 (Dec-00) :
  177.     - Correction factor for the zoom: correct value to have 35mm equivalent.
  178.  
  179. Version 1.41 (Aug-00) :
  180.     - Correction for cameras (like Canon PowerShot A50) using the ShutterSpeed
  181.       tag and not the ExposureTime tag (and the ApertureValue vs FNumber).
  182.     - Correction for Exif files that do not start with a APP1 marker.
  183.  
  184. Version 1.39 & 1.4 (May-Aug-00):
  185.     beta release only
  186.  
  187. Version 1.32 (Apr-00) :
  188.     - Update to match the version of MyAlbum.
  189.  
  190. Version 1.21 (Jan-00) :
  191.     - It's now possible to customize the name of the fields MAX_DigiCam will
  192.       write information in.
  193.  
  194. Version 1.2 (Dec-99) :
  195.     - Initial release
  196.  
  197.  
  198. Pierre MEINDRE support@myalbumpro.com
  199.